Stream
Name Start Address Type Access
STREAM_ENABLE 4990 UINT32 R/W
STREAM_OUT#(0:2)_ENABLE 4090 UINT32 R/W
STREAM_ENABLE
- Address: 4990
Write 1 to start stream. Write 0 to stop stream. Reading this register returns 1 when stream is enabled. When using a triggered stream the stream is considered enabled while waiting for the trigger.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • T8:
  • T7:
STREAM_OUT#(0:2)_ENABLE
- Starting Address: 4090
When STREAM_OUT#_ENABLE is enabled, the stream out target is generally updated by one value from the stream out buffer per stream scan. For example, there will generally be one instance of e.g. STREAM_OUT0 in the stream scan list, which will cause one STREAM_OUT0_BUFFER value to be consumed and written to STREAM_OUT0_TARGET for every stream scan. The stream scan list could also contain two instances of STREAM_OUT0, in which case two values from STREAM_OUT0_BUFFER value would be consumed and written for every stream scan.
  • Data type: UINT32  (type index = 1)
  • Readable and writable
  • Default value: 0
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • T8:
  • T7:
Constant Value
DISABLED 0
ENABLED 1
Expanded Names Addresses
STREAM_OUT0_ENABLE, STREAM_OUT1_ENABLE, STREAM_OUT2_ENABLE 4090, 4092, 4094